home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / GPT35WIN.ZIP / 0FAQ < prev    next >
Internet Message Format  |  1993-09-15  |  26KB

  1. From ig25@fg70.rz.uni-karlsruhe.de Mon Sep 13 16:18:32 1993
  2. Return-Path: <info-gnuplot-people-request@wildcat.dartmouth.edu>
  3. Path: uunet!noc.near.net!howland.reston.ans.net!xlink.net!rz.uni-karlsruhe.de!fg70.rz.uni-karlsruhe.de!ig25
  4. From: ig25@fg70.rz.uni-karlsruhe.de (Koenig)
  5. Newsgroups: comp.graphics.gnuplot,comp.answers,news.answers
  6. Subject: comp.graphics.gnuplot FAQ (Frequent Answered Questions)
  7. Supersedes: <comp-graphics-gnuplot-faq_746677383@fg70.rz.uni-karlsruhe.de>
  8. Followup-To: comp.graphics.gnuplot
  9. Date: 13 Sep 1993 02:23:13 GMT
  10. Organization: University of Karlsruhe, Germany
  11. Lines: 613
  12. Approved: news-answers-request@MIT.Edu
  13. Expires: 11 Oct 1993 02:23:01 GMT
  14. Reply-To: ig25@rz.uni-karlsruhe.de
  15. Nntp-Posting-Host: fg70.rz.uni-karlsruhe.de
  16. Mime-Version: 1.0
  17. Content-Type: text/plain; charset=iso-8859-1
  18. Content-Transfer-Encoding: 8bit
  19. Summary: This is the FAQ (Frequently Answered Questions) list of the
  20.          comp.graphics.gnuplot newsgroup, which discusses the
  21.          gnuplot program for plotting 2D - and 3D - graphs.
  22. Keywords: computer graphics, gnuplot
  23. Xref: uunet comp.graphics.gnuplot:2095 comp.answers:1938 news.answers:12461
  24. Sender: info-gnuplot-request@dartmouth.edu
  25. To: info-gnuplot@dartmouth.edu
  26.  
  27. Archive-name: graphics/gnuplot-faq
  28. Version: $Header: comp-graphics-gnuplot,v 1.24 93/08/31 23:58:52 ig25 Exp $
  29.  
  30. This is the FAQ (Frequently Answered Questions) list of the
  31. comp.graphics.gnuplot newsgroup, which discusses the gnuplot program for
  32. plotting 2D - and 3D - graphs.
  33.  
  34. Most of the information in this document came from public discussion on
  35. comp.graphics.gnuplot; quotations are believed to be in the public
  36. domain.
  37.  
  38. Here's a list of the questions.  If you are looking for the answer for a
  39. specific question, look for the string Qx.x:  at the beginning of a line,
  40. with x.x being the question number.
  41.  
  42. Questions:
  43.  
  44. Section 0: Meta - Questions
  45. Q0.1: Where do I get this document?
  46. Q0.2: Where do I send comments about this document?
  47.  
  48. Section 1: General Information
  49. Q1.1: What is gnuplot?
  50. Q1.2: How did it come about and why is it called gnuplot?
  51. Q1.3: Does gnuplot have anything to do with the FSF and the GNU project?
  52. Q1.4: What does gnuplot offer?
  53. Q1.5: Is gnuplot suitable for batch processing?
  54. Q1.6: Can I run gnuplot on my computer?
  55.  
  56. Section 2: Setting it up
  57. Q2.1: What is the current version of gnuplot?
  58. Q2.2: Where can I get gnuplot?
  59. Q2.3: How do I get gnuplot to compile on my system?
  60. Q2.4: What documentation is there, and how do I get it?
  61.  
  62. Section 3: Working with it
  63. Q3.1: How do I get help?
  64. Q3.2: How do I print out my graphs?
  65. Q3.3: How do I include my graphs in <word processor>?
  66.  
  67. Section 4: Wanted features in gnuplot
  68. Q4.1: Does gnuplot have hidden line removal?
  69. Q4.2: Does gnuplot support bar-charts/histograms/boxes?
  70. Q4.3: Does gnuplot support multiple y-axes on a single plot?
  71. Q4.4: Can I put multiple plots on a single page?
  72. Q4.5: Can I put both data files and commands into a single file?
  73. Q4.6: Can I put Greek letters and super/subscripts into my labels?
  74. Q4.7: Can I do 1:1 scaling of axes?
  75. Q4.8: Can I put tic marks for x and y axes into 3d plots?
  76.  
  77. Section 5: Miscellaneous
  78. Q5.1: I've found a bug, what do I do?
  79. Q5.2: Can I use gnuplot routines for my own programs?
  80. Q5.3: What extensions have people made to gnuplot?  Where can I get them?
  81. Q5.4: Can I do heavy - duty data processing with gnuplot?
  82. Q5.5: I have ported gnuplot to another system, or patched it.  What do I do?
  83.  
  84. Section 6: Making life easier
  85. Q6.1: How do I plot two functions in non - overlapping regions?
  86. Q6.2: How do I run my data through a filter before plotting?
  87. Q6.3: How do I make it easier to use gnuplot with LaTeX?
  88. Q6.4: How do I save and restore my settings?
  89.  
  90. Section 7: Known Problems
  91.  
  92. Q7.1: Gnuplot is not plotting any points under X11!  How come?
  93. Q7.2: My isoline data generated by a Fortran program is not handled
  94.         correctly.  What can I do?
  95. Q7.3: Why does gnuplot ignore my very small numbers?
  96.  
  97. Section 8: Credits
  98.  
  99. Questions and Answers:
  100.  
  101. Section 0: Meta - Questions.
  102.  
  103. Q0.1: Where do I get this document?
  104.  
  105. This document is posted about once every two weeks to the newsgroups
  106. comp.graphics.gnuplot, comp.answers and news.answers.  Like many other
  107. FAQ's, it is available via anonymous ftp from rtfm.mit.edu [18.70.0.224]
  108. >from the directory /pub/usenet/news.answers under the Archive-Name:  at
  109. the top of the article, graphics/gnuplot-faq, and from the directory
  110. /pub/usenet/comp.graphics.gnuplot, as well as via gopher from
  111. gopher.univ-lyon1.fr [134.214.100.25].
  112.  
  113. Q0.2: Where do I send comments about this document?
  114.  
  115. Send comments, suggestions etc. via e-mail to Thomas Koenig,
  116. ig25@rz.uni-karlsruhe.de or ig25@dkauni2.bitnet.
  117.  
  118. Section 1: General Information
  119.  
  120. Q1.1: What is gnuplot?
  121.  
  122. Gnuplot is a command-driven interactive function plotting program.  It
  123. can be used to plot functions and data points in both two- and three-
  124. dimensional plots in many different formats, and will accommodate many
  125. of the needs of today's scientists for graphic data representation.
  126. Gnuplot is copyrighted, but freely distributable; you don't have to pay
  127. for it.
  128.  
  129. Q1.2: How did it come about and why is it called gnuplot?
  130.  
  131. The authors of gnuplot are:
  132.  
  133. Thomas Williams, Colin Kelley, Russell Lang, Dave Kotz, John Campbell,
  134. Gershon Elber, Alexander Woo and many others.
  135.  
  136. The following quote comes from Thomas Williams:
  137.  
  138. I was taking a differential equation class and Colin was taking
  139. Electromagnetics, we both thought it'd be helpful to visualize the
  140. mathematics behind them.  We were both working as sys admin for an EE
  141. VLSI lab, so we had the graphics terminals and the time to do some
  142. coding.  The posting was better received than we expected, and prompted
  143. us to add some, albeit lame, support for file data.
  144.  
  145. Any reference to GNUplot is incorrect.  The real name of the program
  146. is "gnuplot".  You see people use "Gnuplot" quite a bit because many
  147. of us have an aversion to starting a sentence with a lower case
  148. letter, even in the case of proper nouns and titles.  Gnuplot is not
  149. related to the GNU project or the FSF in any but the most peripheral
  150. sense.  Our software was designed completely independently and the
  151. name "gnuplot" was actually a compromise.  I wanted to call it
  152. "llamaplot" and Colin wanted to call it "nplot."  We agreed that
  153. "newplot" was acceptable but, we then discovered that there was an
  154. absolutely ghastly pascal program of that name that the Computer
  155. Science Dept. occasionally used.  I decided that "gnuplot" would make
  156. a nice pun and after a fashion Colin agreed.
  157.  
  158. Q1.3: Does gnuplot have anything to do with the FSF and the GNU project?
  159.  
  160. Gnuplot is neither written nor maintained by the FSF.  It is not covered
  161. by the General Public License, either.
  162.  
  163. However, the FSF has decided to distribute gnuplot as part of the GNU
  164. system, because it is useful, redistributable software.
  165.  
  166. Q1.4: What does gnuplot offer?
  167.  
  168. - Plotting of two - dimensional functions and data points in many different
  169.   styles (points, lines, error bars)
  170. - plotting of three - dimensional data points and surfaces in many
  171.   different styles (contour plot, mesh).
  172. - support for complex arithmetic
  173. - self - defined functions
  174. - support for a large number of operating systems, graphics file formats
  175.   and devices
  176. - extensive on-line help
  177. - labels for title, axes, data points
  178. - command line editing and history on most platforms
  179.  
  180. Q1.5: Is gnuplot suitable for batch processing?
  181.  
  182. Yes.  You can read in files from the command line, or you can redirect
  183. your standard input to read from a file.  Both data and command files
  184. can be generated automatically, from data acquisition programs or
  185. whatever else you use.
  186.  
  187. Q1.6: Can I run gnuplot on my computer?
  188.  
  189. Gnuplot is available for a number of platforms.  These are:  Unix (X11
  190. and NeXTSTEP), VAX/VMS, OS/2, MS-DOS, Amiga, MS-Windows, OS-9/68k and
  191. the Macintosh.  Modifications for NEC PC-9801 are said to exist (where?).
  192. A version for the Atari ST exists at atari.archive.umich.edu, but is
  193. unstable.
  194.  
  195. Section 2: Setting it up
  196.  
  197. Q2.1: What